home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / System Software / System Extensions / AppleScript Beta / Developer Scripts / FileMaker Pro 2.0 AS Examples / Property Examples / Window Properties < prev   
Encoding:
Text File  |  1992-11-25  |  314 b   |  14 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     class of window "Test1"
  3.     best type of window 2
  4.     default type of window -2
  5.     name of first window
  6.     bounds of window 1
  7.     visible of window 2
  8.     index of window 2
  9.     floating of window 2
  10.     zoomed of first window
  11.     zoomable of window 2
  12.     modal of window "Test1"
  13.     resizable of window 2
  14. end tell